home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / AUG / RP9508 / mainfrm.dfm / mainfrm.txt < prev   
Text File  |  1995-04-03  |  3KB  |  130 lines

  1. object MainWin: TMainWin
  2.   Left = 183
  3.   Top = 187
  4.   Width = 510
  5.   Height = 255
  6.   Caption = 'Human Recources'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 1
  19.     Width = 265
  20.     Height = 225
  21.     Caption = 'Panel1'
  22.     TabOrder = 0
  23.     object Image1: TImage
  24.       Left = 10
  25.       Top = 7
  26.       Width = 239
  27.       Height = 180
  28.       AutoSize = True
  29.       Picture.Data = {<image000.bmp>}
  30.     end
  31.     object Label1: TLabel
  32.       Left = 37
  33.       Top = 196
  34.       Width = 184
  35.       Height = 19
  36.       Caption = 'On-line Information System'
  37.       Font.Color = clNavy
  38.       Font.Height = -16
  39.       Font.Name = 'Times New Roman'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.   end
  44.   object BBtnMainHelp: TBitBtn
  45.     Left = 281
  46.     Top = 187
  47.     Width = 89
  48.     Height = 33
  49.     Hint = 'Help file contents'
  50.     HelpContext = 400
  51.     TabOrder = 1
  52.     OnClick = BBtnMainHelpClick
  53.     Kind = bkHelp
  54.   end
  55.   object BBtnClose: TBitBtn
  56.     Left = 390
  57.     Top = 187
  58.     Width = 89
  59.     Height = 33
  60.     HelpContext = 500
  61.     TabOrder = 2
  62.     OnClick = BBtnCloseClick
  63.     Kind = bkClose
  64.   end
  65.   object GroupBox1: TGroupBox
  66.     Left = 302
  67.     Top = 13
  68.     Width = 149
  69.     Height = 161
  70.     Caption = 'View options'
  71.     Font.Color = clNavy
  72.     Font.Height = -11
  73.     Font.Name = 'Arial'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 3
  77.     object BBtnInsurance: TBitBtn
  78.       Left = 34
  79.       Top = 27
  80.       Width = 89
  81.       Height = 33
  82.       Hint = 'Information on insurance benefits'
  83.       HelpContext = 100
  84.       Caption = 'Insurance'
  85.       Font.Color = clBlack
  86.       Font.Height = -11
  87.       Font.Name = 'MS Sans Serif'
  88.       Font.Style = [fsBold]
  89.       ParentFont = False
  90.       TabOrder = 0
  91.       OnClick = BBtnInsuranceClick
  92.       OnEnter = BBtnInsuranceEnter
  93.     end
  94.     object BBtnBenefits: TBitBtn
  95.       Left = 34
  96.       Top = 72
  97.       Width = 89
  98.       Height = 33
  99.       Hint = 'Information on other benefits'
  100.       HelpContext = 200
  101.       Caption = 'Benefits'
  102.       Font.Color = clBlack
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsBold]
  106.       ParentFont = False
  107.       TabOrder = 1
  108.       OnClick = BBtnBenefitsClick
  109.       OnEnter = BBtnBenefitsEnter
  110.     end
  111.     object BitBtn3: TBitBtn
  112.       Left = 34
  113.       Top = 117
  114.       Width = 89
  115.       Height = 33
  116.       Hint = 'Info on employment policies'
  117.       HelpContext = 300
  118.       Caption = 'Policies'
  119.       Font.Color = clBlack
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.       TabOrder = 2
  125.       OnClick = BitBtn3Click
  126.       OnEnter = BitBtn3Enter
  127.     end
  128.   end
  129. end
  130.